html,
body {
    height: 100%;
    background-color: #efeded;
    font-family: 'DIN Pro Cond';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

.f-slide {
	display: none !important;
}

.colorized {
  color: #efbd52 !important;
}

.container {
    position: relative;
}

.wow {
	visibility: hidden;
}

.mobile-slide-h1{
    display: none;
}

.left-virtual {
  background: url(../images/virtual-left.png);
  background-size: cover;
  width: 100%;
  padding: 250px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.right-virtual {
  background: url(../images/virtual-right.png);
  background-size: cover;
  width: 100%;
  padding: 250px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.left-virtual h1 {
  background: #001537;
  padding: 10px 25px;
  color: #fff;
  border: solid 1px #fff;
}

.right-virtual h1 {
  background: #001537;
  padding: 10px 25px;
  color: #fff;
  border: solid 1px #fff;
}



a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

.no-padding {
    padding: 0 !important;
}

.container-fluid {
    padding-left: 65px;
    padding-right: 65px;
}

.error-section {
	text-align: center;
	color: #fff;
}

 .error-section h1 {
	font-weight: bold;
	color:#fff;
	font-size: 150px;
}

.error-section p {
	font-size: 26px;
}

#actFormBtnM {
  display: none;
}

#saglik {
  margin-bottom: 60px;
}

#saglik .row {
  background: #dadada;
  padding: 30px 40px;
}

#saglik .row h3 {
    font-size: 25px;
    color: #0f3f87;
    font-weight: 600;

}

#saglik .row .col-md-9 {
  padding-left: 60px;
display: flex;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
flex-direction: column;
text-align: left;

}

/* MOUSE */
.mouse {
    margin: 50px auto;
    width: 100px;
    position: absolute;
    left: 50px;
    bottom: -50px;
}
 .mouse-icon {
    width: 25px;
    height: 45px;
    border: 1px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    text-align: center;
    bottom: 80px;
    right: 67px;
    left: auto;
}

.mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}

.mouse-icon:after {
    content: "";
    width: 1px;
    height: 64px;
    background: #ffffff;
    position: absolute;
    right: 10px;
    top: 60px;
    display: block;
}

@-webkit-keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}@-moz-keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}@keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}

/* MOUSE */

.gundayk {
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    display: inline-block;
}

.gundayk:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #03183f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.gundayk:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@keyframes yildiz2 {
    0% {
        top: -250%;
    }
    50% {
        left: 50%;
    }
    100% {
        top: 00px;
    }
}

@keyframes yildiz {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.stars {
    position: absolute;
    top: 00px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(images/stars2.png) repeat top center;
    z-index: -1;
    animation: yildiz 5s infinite linear;
}

@-webkit-keyframes fadeInLeftX {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftX {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftX {
    -webkit-animation-name: fadeInLeftX;
    animation-name: fadeInLeftX;
}

@-webkit-keyframes fadeInRightX {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightX {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightX {
    -webkit-animation-name: fadeInRightX;
    animation-name: fadeInRightX;
}

/*MENU*/

.navbar-brand {
    max-width: 240px;
    padding: 0;
}

.navbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    z-index: 29;
    padding: 0;
}

.navbar-nav .nav-item {
    margin: 0 15px 15px;
}

.navbar-nav .nav-link {
    font-family: 'DIN Pro Cond';
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #cbc5c5;
    position: relative;
    padding: 0 !important;
}

.navbar-nav .sanal {
  font-family: 'DIN Pro Cond';
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #cbc5c5;
  position: relative;
  padding: 0 !important;
  /* background: #000; */
  margin: 0;
}

.navbar-nav .sanal a {
  /* padding: 10px; */
  background: #0e286a;
  color: #fff;
  o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  margin: -2px;
  padding: 5px 10px;
}

.navbar-nav .sanal a:hover {
  background: #224cb1;
}

.navbar-nav .sanal a:first-child {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.navbar-nav .sanal a:last-child {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;

}

.navbar-nav .nav-link:hover {
    color: #e1ba88;
}

.navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: -15px;
    background-color: #fff;
    height: 1px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.navbar-nav .nav-link:hover:before {
    width: 100%;
}

.navbar-nav .nav-item.active .nav-link:before {
    width: 100%;
}

.navbar-nav .nav-item.tel .nav-link {
    color: #e1ba88;
    font-size: 27px;
    font-weight: 400;
}

.language {
    padding: 0;
    margin: 0;
    background-color: #042153;
    list-style: none;
    padding: 12px 22px 8px;
    color: #b2b1b1;
    margin-left: 15px;
    margin-top: -20px;
    border: solid 1px #ffffff57;
}

.language li {
    float: left;
}

.language li:nth-child(2) {
    padding: 0 5px;
    font-size: 21px;
    top: 0;
    margin-top: -4px;
}

.language li a {
    font-family: 'DIN Pro Cond';
    color: #b2b1b1;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}

.language li.active a {
    font-weight: 600;
    line-height: 22px;
}

/*CAROUSEL*/

#myCarousel.carousel {
    height: 100%;
}

#myCarousel.carousel .carousel-inner {
    height: 100%;
}

.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.carousel-caption h1 {
    font-size: 43px;
    color: #efbd52;
    font-weight: bold;
    margin: 0;
}

.carousel-caption h1 span {
	font-weight: 300;
}

#myCarousel .carousel-item {
    position: absolute;
    top: 50%;
    margin-top: -135px;
}

#myCarousel .carousel-indicators {
    position: absolute;
    left: auto;
    left: 21px;
    width: 50;
    margin: 0;
    top: 61%;
    margin-top: -90px;
    color: #fff;
    z-index: 55;
    list-style: none;
    text-align: left;
    text-indent: 0;
}

#myCarousel .carousel-indicators li {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: #8493b9;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

#myCarousel .carousel-indicators li.active {
    color: #ffcf8a;
}

#myCarousel .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: -65px;
    top: 21px;
    width: 0;
    height: 1px;
    background-color: #ffcf8a;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

#myCarousel .carousel-indicators li.active:before {
    width: 50px;
}

.btn-slider {
    font-weight: 900;
    font-size: 22px;
    line-height: 24px;
    color: #d7d8da;
    padding: 20px 31px;
    background-color: rgba(7, 39, 88, 0.84);
    margin-top: 45px;
    -webkit-animation: glowing 2s infinite;
    -moz-animation: glowing 2s infinite;
    -o-animation: glowing 2s infinite;
    animation: glowing 2s infinite;
    position: absolute;
    left: 65px;
    top: 50%;
    display: none;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset !important;
    -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
}

.btn-slider:hover {
    color: #fff;
}

.btn-slider:before {
    background: #1e6a9a;
}

@-webkit-keyframes glowing {
    0% { background-color: #378abf; -webkit-box-shadow: 0 0 9px #333; }
	50% { background-color: #1e6a9a; -webkit-box-shadow: 0 0 18px #1e6a9a; }
	100% { background-color: #378abf; -webkit-box-shadow: 0 0 9px #333; }
}

@-moz-keyframes glowing {
    0% { background-color: #378abf; -webkit-box-shadow: 0 0 9px #333; }
	50% { background-color: #1e6a9a; -webkit-box-shadow: 0 0 18px #1e6a9a; }
	100% { background-color: #378abf; -webkit-box-shadow: 0 0 9px #333; }
}

@-o-keyframes glowing {
    0% { background-color: #378abf; -webkit-box-shadow: 0 0 9px #333; }
	50% { background-color: #1e6a9a; -webkit-box-shadow: 0 0 18px #1e6a9a; }
	100% { background-color: #378abf; -webkit-box-shadow: 0 0 9px #333; }
}

@keyframes glowing {
    0% { background-color: #378abf; -webkit-box-shadow: 0 0 9px #333; }
	50% { background-color: #1e6a9a; -webkit-box-shadow: 0 0 18px #1e6a9a; }
	100% { background-color: #378abf; -webkit-box-shadow: 0 0 9px #333; }
}

/*SECTION30*/

.section30 {
    padding: 60px 0;
}

#vegaCarousel .carousel-caption {
    background-color: #fff;
    margin: 0;
    position: initial;
    height: 50%;
    width: 100%;
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 65px;
    display: table !important;
}

#vegaCarousel .carousel-caption>div {
    display: table-cell;
    vertical-align: middle;
}

#vegaCarousel .carousel-caption h2 {
    color: #1d4797;
    font-size: 66px;
    font-weight: 900;
    line-height: 70px;
    margin-bottom: 35px;
}

#vegaCarousel .carousel-caption h2 span {
    font-weight: 400;
    color: #df952c;
    display: block;
}

#vegaCarousel .carousel-caption p {
    font-size: 37.5px;
    color: #4f4f4f;
    line-height: 41px;
    margin: 0;
}

#vegaCarousel .controls {
    width: 180px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    margin-left: -90px;
    margin-top: -90px;
    z-index: 6;
}

#vegaCarousel .controls a {
    height: 101%;
    width: 50%;
    display: inline-block;
    float: left;
    font-size: 45px;
    line-height: 90px;
    text-align: center;
    -webkit-transition: .3s all;
    transition: .3s all;
}

#vegaCarousel .controls a.control-prev {
    color: #0d337a;
    background: #fff;
}

#vegaCarousel .controls a.control-prev:hover {
    background: #0d337a;
    color: #fff;
}

#vegaCarousel .controls a.control-next {
    background: #0d337a;
    color: #fff;
}

#vegaCarousel .controls a.control-next:hover {
    color: #0d337a;
    background: #fff;
}

#vegaCarousel .designIt {
    padding: 110px 60px 60px;
    background: url(images/designBg.jpg) no-repeat center right;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 5;
    right: 0;
    text-align: right;
    overflow: hidden;
    height: 50%;
}

#vegaCarousel .designIt h3 {
    font-weight: 900;
    font-size: 66px;
    color: #fff;
    line-height: 70px;
    margin-bottom: 35px;
}

#vegaCarousel .designIt h3 span {
    color: #7e95c1;
    font-weight: 400;
    display: block;
}

#vegaCarousel .designIt a {
    color: #fff;
    font-size: 27px;
    padding: 25px 30px 25px 85px;
    background: #052156;
}

#vegaCarousel .designIt a:after {
    content: "";
    width: 39px;
    height: 48px;
    position: absolute;
    left: 25px;
    background: url(images/designIt.png) no-repeat;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.topForm.openForm {
    left: 40px;
}

.topForm {
    padding: 30px 30px 20px;
    background-color: #102b67;
    border: 15px solid rgba(255, 255, 255, 0.1);
    max-width: 410px;
    position: absolute;
    top: 55%;
    right: 70px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    margin-top: -250px;
    z-index: 5;
    color: #fff;
}

.topForm input {
    height: 42px;
    width: 100%;
    line-height: 42px;
    background-color: rgba(255, 255, 255, 0.37);
    margin-bottom: 8px;
    border: 0 !important;
    outline: 0 !important;
    padding: 0 10px;
    color: #fff;
}

.btn-close {
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    width: 30px;
    background: #294177;
    color: #fff !important;
    color: #011636;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.topForm textarea {
    min-height: 135px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.37);
    margin-bottom: 8px;
    border: 0 !important;
    outline: 0 !important;
    padding: 5px 10px;
    color: #fff;
}

.topForm h3 {
    text-align: right;
    font-size: 27px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}

.topForm h3 span {
    font-size: 24px;
    font-weight: 300;
    display: block;
    line-height: 35px;
}

.topForm label {
    font-size: 15px;
    font-weight: 400;
}

.topForm label input[type="checkbox"] {
    width: 14px;
    height: 14px;
    float: left;
    background-color: #0fa9f0;
    border: 2px solid #a1a1a1 !important;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    position: relative;
    padding: 0;
}

.topForm label input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    background: url(images/tick2.png) no-repeat center center;
    top: -5px;
    left: 1px;
    height: 15px;
    width: 12px;
    z-index: 999999;
}

.topForm label p {
    float: left;
    margin-left: 5px;
    margin-bottom: 0;
    margin-top: -5px;
}

.topForm button.submit {
    width: 141px;
    height: 42px;
    background-color: #fff;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 18px;
    color: #5e5e5e;
    font-weight: 500;
    float: right;
    cursor: pointer;
}

.topForm button.submit::before {
    background: #0b2151;
}

.topForm button.submit:hover {
    color: #fff;
}

/*SECTIONS*/

.section10 {
    padding: 60px 0;
}

.section10 .tick-box {
    position: relative;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    overflow: hidden;
}

.section10 .tick-box:hover h2 {
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.section10 .tick-box>img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

.section10 .tick-box:hover>img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mini-tick {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(5,37,97, 0.66);
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding: 115px 0;
    overflow: hidden;
}

.mini-tick:hover {
    opacity: 1;
}

.mini-tick:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mini-tick a {
    font-weight: 900;
    font-size: 29px;
    color: #fff;
    padding: 13px 40px;
    border: 1px solid #fff;
    display: inline-block;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.mini-tick a:hover {
    background-color: #fff;
    color: #222;
}

.mini-tick p {
    font-size: 37px;
    color: #fff;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 15px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.section10 .tick-box:hover .mini-tick p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mini-tick::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

.section10 .tick-box:hover .mini-tick:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.section10 h2 {
    position: absolute;
    font-size: 64px;
    line-height: 85px;
    font-weight: 900;
    color: rgba(255, 42, 0, 0.8);
}

.section10 h2.ticky1 {
    top: 50px;
    left: 70px;
}

.section10 h2.ticky2 {
    top: 50px;
    right: 70px;
}

.section10 h2.ticky3 {
    bottom: 50px;
    left: 70px;
}

.section10 h2.ticky4 {
    bottom: 50px;
    right: 70px;
}

.section20 {
    margin: 60px 0;
}

.section20 .head {
    background: url(images/rakamBg.jpg) center center;
    padding: 70px 60px 60px 90px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.section20 .head h3 {
    font-size: 29px;
    color: #fff;
    font-weight: 900;
    text-indent: -0.2px;
    margin: 0;
}

.section20 .head h3 span {
    font-weight: 300;
    display: block;
}

.numberContent {
    background: #fff;
    height: 100%;
}

.numberContent .item {
    float: left;
    text-align: center;
    width: 25%;
}

.numberContent .item img {
    display: inline-block;
    margin-top: -70px;
}

.numberContent .item p span {
    font-size: 44px;
    line-height: 55px;
    color: #6c6c6c;
    font-weight: bold;
    display: block;
    text-align: left;
}

.numberContent .item p {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    color: #6c6c6c;
    font-weight: 400;
    margin-left: 30px;
}

.section40 {
    margin: 60px 0 150px;
}

.popupLinks {
    width: 100%;
    margin-left: -100%;
}

.popupLink {
    float: left;
    width: 32%;
    text-align: center;
    padding: 36px 0px 30px 50px;
    font-size: 22px;
    color: #353535;
    font-weight: 500;
}

.popupLink::before {
    background: #5273A5;
}

.popupLink:hover {
    color: #fff;
}

.popupLink:nth-child(1) {
    background: #fff;
}

.popupLink::after {}

.popupLink:nth-child(1)::after {
    content: "";
    position: absolute;
    left: 40px;
    top: 29px;
    width: 40px;
    height: 38px;
    background: url(images/kurum1.png) no-repeat;
}

.popupLink:nth-child(1):hover:after {
    background-position: -40px 0;
}

.popupLink:nth-child(2) {
    background: #e2e2e2;
}

.popupLink:nth-child(2)::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 35px;
    width: 45px;
    height: 38px;
    background: url(images/kurum2.png) no-repeat;
}

.popupLink:nth-child(2):hover:after {
    background-position: -45px 0;
}

.popupLink:nth-child(3) {
    background: #d4d5d7;
}

.popupLink:nth-child(3)::after {
    content: "";
    position: absolute;
    left: 47px;
    top: 35px;
    width: 38px;
    height: 38px;
    background: url(images/kurum3.png) no-repeat;
}

.popupLink:nth-child(3):hover:after {
    background-position: -38px 0;
}

.popupIcerik {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #5273A5;
    padding: 80px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    visibility: hidden;
}

.popupIcerik.off {
    opacity: 0;
    visibility: hidden;
}

.popupIcerik.open {
    opacity: 1;
    visibility: visible;
}

.popupIcerik .card {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.popupIcerik .card h4 {
    font-size: 44px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.popupIcerik .card table {
    font-size: 30px;
    width: 100%;
}

.card-body {
    padding: 0;
}

.card-body h5 {
	font-size: 24px !important;
	font-weight: 300;
	margin: 0;
}

.close {
    font-size: 55px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 10px;
    text-shadow: none;
    opacity: 1;
}

.mimari {
    background: #fff;
    width: 100%;
    padding: 0 70px;
    float: left;
    margin-top: 135px;
    height: calc(100% - 135px);
    display: table;
}

.mimariIc {
    display: table-cell;
    vertical-align: middle;
}

.mimari h2 {
    font-weight: 900;
    font-size: 66px;
    color: #1d4797;
    margin-bottom: 50px;
    line-height: 70px;
}

.mimari h2 span {
    color: #df952c;
    font-weight: 400;
    display: block;
}

.mimari p {
    font-size: 38px;
    color: #4f4f4f;
    line-height: 41px;
    margin-bottom: 70px;
}

.mimari a {
    display: block;
    width: 360px;
    height: 85px;
    line-height: 85px;
    background: url(images/mapbutton.jpg) no-repeat;
    font-size: 25PX;
    color: #fff;
    text-align: center;
    padding-left: 25px;
    margin-bottom: 15px;
}

.mimari a:hover:before {
    background: rgba(3, 24, 63, 0.5);
}

.mimari a::after {
    content: "";
    background: url(images/destinaiton.png) no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 14px;
    left: 55px;
}

/* FOOTER */

footer {
    background: #cbcbcb;
    padding: 25px 0;
}

.footerMenu {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 46%;
}

.footerMenu li {
    display: inline-block;
    margin-right: 45px;
}

.footerMenu li a {
    font-size: 27px;
    color: #012d64;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.footerMenu li a.phone i {
    font-size: 36px;
    margin-right: 20px;
}

.footerMenu li a:hover {
    color: #df952c;
}

.folkartLogo {
    width: 10%;
    text-align: right;
    top: 10px;
    position: relative;
}

.folkartLogo img {
    max-width: 140px;
}

.footerMenu.social {
    text-align: left;
    width: 25%;
}

.footerMenu.social li {
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.footerMenu.social li a {
    color: #566682;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border: 2px solid #5e6c87;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
}

.footerMenu.social li a:hover {
    color: #fff;
}

.footerMenu.social li a:hover:before {
    background: #566682;
}

.store {
  width: 120px;
}

/* SAYFALAR */

body.page .navbar {
    position: relative;
    background: #011636;
    top: 0;
    padding: 35px 0;
}

body.page .navbar .nav-item.form-link .nav-link {
    color: #e1ba88;
    font-weight: bold;
}

.cover {
    position: relative;
}

.cover h1 {
    position: absolute;
    top: 125px;
    width: 50%;
    left: 25%;
    text-align: center;
    color: rgba(255, 255, 255, 0.74);
    font-weight: 900;
    font-size: 116px;
    line-height: 120px;
}

.cover h1 span {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.66);
    display: block;
    line-height: 45px;
    font-weight: 300;
}

main.page {
    margin-top: -330px;
}

.konsIcerik {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0 125px;
}

.konsIcerik h2 {
    font-size: 50px;
    line-height: 52px;
    color: #0f3f87;
    font-weight: 900;
    display: block;
    margin-bottom: 50px;
}

.konsIcerik p {
    display: block;
    font-size: 29px;
    color: #4d5055;
    line-height: 39px;
}

.sectionIcSlider {
    margin-bottom: 120px;
}

.sectionIcSlider #vegaCarousel .designIt {
    left: 0;
    text-align: left;
    min-height: auto;
    height: 40%;
}

.sectionIcSlider #vegaCarousel .carousel-caption {
    padding-left: 65px;
    padding-top: 0;
    height: 60%;
    display: table !important;
    padding-bottom: 0;
}

.carousel-caption p {
	font-weight: 500;
	font-size: 20px;
}

.caption-text {
    display: table-cell;
    vertical-align: middle;
}

.sectionIcSlider #vegaCarousel .controls a.control-prev {
    background: #0d337a;
    color: #fff;
}

.sectionIcSlider #vegaCarousel .controls a.control-prev:hover {
    color: #0d337a;
    background: #fff;
}

.sectionIcSlider #vegaCarousel .controls a.control-next {
    color: #0d337a;
    background: #fff;
}

.sectionIcSlider #vegaCarousel .controls a.control-next:hover {
    background: #0d337a;
    color: #fff;
}

.sectionIcSlider .designIt span {
    font-size: 41px;
    color: #e9be86;
}

.sectionIcSlider .designIt h4 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}

.sectionIcSlider #vegaCarousel .controls {
    top: auto;
    bottom: 40%;
}

#rezidans #rezCarousel {
    margin-bottom: 45px;
}

#rezCarousel .rezSliderIc {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0 0 0 90px;
    display: table;
}

#rezCarousel .rezSliderIc h2 {
    font-size: 61px;
    color: #0f3f87;
    font-weight: 900;
    line-height: 70px;
    margin-bottom: 35px;
}

#rezCarousel .rezSliderIc p {
    font-size: 29px;
    color: #4d5055;
}

#rezCarousel span {
    position: absolute;
    right: 90px;
    bottom: 35px;
    font-size: 39px;
    font-weight: 300;
    color: #ffffff;
}

#rezCarousel .controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 50%;
}

#rezCarousel .controls ol {
    list-style: none;
    padding-left: 90px;
}

#rezCarousel .controls li {
    float: left;
    font-weight: 300;
    font-size: 44px;
    color: #0c2472;
    margin-right: 10px;
    cursor: pointer;
}

#rezCarousel .controls li.active {
    border-bottom: 1px solid #0c2472;
}

.projeDetayBox {
    padding: 60px;
    background: #dadada;
    margin: 45px 0;
}

.projeDetayBox h2 {
    font-size: 45px;
    color: #31476d;
    line-height: 85px;
    display: inline-block;
    margin: 0;
    width: 20%;
}

.projeDetayBox .projeLinks {
    float: right;
    width: 80%
}

.projeDetayBox .projeLinks a {
    font-size: 35px;
    color: #ffffff;
    font-weight: 900;
    line-height: 85px;
    padding: 0;
    background: url(images/buttonbg.jpg) no-repeat center center;
    display: inline-block;
    margin-left: 4%;
    width: 29%;
    text-align: center;
}

.projeDetayBox .projeLinks a:hover:before {
    background: rgba(3, 24, 63, 0.5);
}

.projeIc {
    margin: 355px 0 75px;
}

.projeIc .projeIcDetay {
    padding: 80px;
}

.projeIc .projeIcDetay h3 {
    font-size: 45px;
    color: #0f3f87;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 30px;
}

.projeIc .projeIcDetay p,
.projeIc .projeIcDetay a {
    font-size: 17px;
    line-height: 26px;
    color: #4d5055;
}

.projeIc .projeIcDetay ul {
    padding: 0;
    list-style: none;
    font-size: 17px;
    color: #4d5055;
    display: inline-grid;
}

.projeIc .projeIcDetay ul:first-of-type {
    margin-right: 100px;
}

.projeIc .projeIcDetay ul h4 {
    font-size: 25px;
    color: #0f3f87;
    font-weight: 600;
    margin: 60px 0 20px;
    line-height: 25px;
}

.projeIc .images {
    position: relative;
}

.projeIc .images .thumbs {
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 0;
}

.projeIc .images .thumbs img {
    width: 17%;
    margin-right: 3.2%;
    float: left;
}

.projeIc .images .thumbs img:last-child {
    margin-right: 0;
}

body.page.contact footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

body.page.contact {
    height: 100%;
}

body.page.contact .cover {
    max-height: 100%;
    min-height: 85%;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}

body.page.contact .cover img {
    height: 100%;
}

main.page#contact {
    margin-top: -0;
    height: calc(100% - 240px);
}

#contact section {
    width: 100%;
}

.mapBox {
    background: #e9e6e6;
    height: 100%;
    position: relative;
}

.mapBox .harita {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    .mapBox .harita.open {
        opacity: 1;
        visibility: visible;
    }

.mapBox h2 {
    font-size: 37px;
    line-height: 45px;
    color: #0f3f87;
    font-weight: 900;
    margin-left: 55px;
    padding-top: 55px;
    margin-bottom: 30px;
}

.infos {
    padding: 0 55px;
}

.infos p {
    font-size: 21px;
    line-height: 24px;
    color: #595a5a;
    font-weight: 900;
    margin-bottom: 20px;
}

.infos a {
    font-size: 36px;
    line-height: 32px;
    color: #072e69;
    font-weight: 400;
}

.infos span {
    font-size: 29px;
    line-height: 32px;
    color: #072e69;
    font-weight: 400;
    margin-bottom: 30px;
    display: block;
}

.formBox {
    background: rgba(255, 255, 255, 0.79);
    box-shadow: 0px 7px 16.56px 1.44px rgba(1, 22, 54, 0.23);
    height: 100%;
    padding: 55px 85px 0 85px;
    text-align: right;
}

.formBox h2 {
    font-size: 27px;
    line-height: 45px;
    color: #0f3f87;
    font-weight: 900;
}

.formBox p {
    font-size: 22px;
    color: #565759;
}

.formItem {
    position: relative;
    width: 100%;
    display: block;
    float: left;
}

.formBox .formItem span {
    position: absolute;
    font-size: 15px;
    color: #011636;
    right: 0;
    font-weight: 900;
    margin: 0;
    z-index: 0;
    cursor: text;
    pointer-events: none;
    top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.formBox .formItem input:not([type="checkbox"]) {
    height: 40px;
    background: none;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #0072bc;
    width: 100%;
    text-align: right;
    z-index: 1;
    margin-bottom: 20px;
}

.formBox .formItem>input:focus~span,
.formBox .formItem>input:not([value=""])~span {
    opacity: 1;
    top: -10px;
    font-size: 13.5px;
}

.formBox .formItem textarea:focus~span,
.formBox .formItem textarea:not([value=""])~span {
    opacity: 1;
    top: -5px;
    font-size: 13.5px;
}

.formBox .formItem textarea {
    height: 40px;
    background: none;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #0072bc;
    width: 100%;
    text-align: right;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 15px;
    resize: none;
}

.formItem p {
    font-size: 18px;
    color: #011636;
    font-weight: 300;
}

.formItem button {
    font-size: 21px;
    color: #d8d7d7;
    border: 0;
    outline: 0 !important;
    padding: 12px 40px;
    background: #093c64;
    cursor: pointer;
    margin-bottom: 30px;
}

.formItem>label {
    float: right;
    margin-top: 0;
}

.formItem input[type=checkbox] {
    -webkit-appearance: none;
    background-color: transparent;
    height: 20px;
    width: 20px;
    border-radius: 0;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    border: 1px solid #121313;
    margin-top: 4px;
    float: right;
}

.formItem input[type=checkbox]:checked:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    background: url(images/tick.png) no-repeat center center;
    bottom: -1px;
    left: -1px;
    height: 20px;
    width: 20px;
    z-index: 999999;
}

p.otomasyonLink {
    display: block;
    margin-top: 75px;
}

.imgMap {
    /* position: absolute; */
    bottom: 20px;
}
    .imgMap a, .harita a {
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: block;
        background: #fff;
        color: #011636;
        padding: 10px 20px;
    }

    .imgMap a:hover, .harita a:hover {
        color: #fff;
    }

#rezidansCarousel {
    margin: 60px 0 120px;
}

#rezidansCarousel .controls {
    width: 25%;
    height: 50%;
    left: 25%;
    top: 0;
    background: #012458;
    position: absolute;
    padding: 0;
}

#rezidansCarousel .controls h3 {
    font-weight: 900;
    font-size: 85px;
    line-height: 91px;
    color: #ffffff;
    margin-bottom: 30px;
}

#rezidansCarousel .controls h3 span {
    font-weight: 400;
    font-size: 37px;
    line-height: 40px;
    display: block;
}

#rezidansCarousel .controls a {
    margin-right: 30px;
    color: #fff;
    font-size: 25px;
    font-weight: lighter;
}

#rezidansCarousel a[data-fancybox="gallery"]:hover span {
    opacity: 1;
    visibility: visible;
}

#rezidansCarousel a[data-fancybox="gallery"] span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 37, 97, 0.66);
    text-align: center;
    font-size: 55px;
    color: #fff;
    display: table;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#rezidansCarousel a[data-fancybox="gallery"] span i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
}

#galeri.page {
    margin-top: 0;
}

#galeri.page .cover {
    max-height: 415px;
    overflow: hidden;
}

#galeri .carousel {
    margin-top: 50px;
    margin-bottom: 100px;
    background: #012458;
}

#galeri .controls {
    padding: 0;
    width: 25%;
    height: 50%;
    left: 25%;
    top: 0;
    background: #012458;
    position: absolute;
}

#galeri .controls h3 {
    font-weight: 900;
    font-size: 85px;
    line-height: 91px;
    color: #ffffff;
    margin-bottom: 15px;
}

#galeri .controls a {
    margin-right: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
}

#galeri .controls a:focus {
	border-bottom: solid 1px #fff;
}

.mekanFilter {
    margin-bottom: 20px;
}

#galeri .carousel a[data-fancybox="gallery"] span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 37, 97, 0.66);
    text-align: center;
    font-size: 55px;
    color: #fff;
    display: table;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#galeri .carousel a[data-fancybox="gallery"]:hover span {
    opacity: 1;
    visibility: visible;
}

#galeri .carousel a[data-fancybox="gallery"] span i {
    display: table-cell;
    vertical-align: middle;
}

.filter {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.filter.dismekan.onFilter,
.filter.icmekan.onFilter {
    opacity: 0.3;
}

.galeriMenu {
    padding: 0;
    list-style: none;
    margin-top: 70px;
}

.galeriMenu li {
    display: inline-block;
}

.galeriMenu li.divider {
    width: 80px;
    margin: 0 50px;
    height: 1px;
    background: #012458;
}

.galeriMenu li a {
    font-size: 55px;
    color: #012458;
}

.galeriMenu li a[aria-expanded=true] {
    font-weight: 600;
}





/* RESPONSIVE */

@media (max-width: 1690px) {
    .footerMenu li a {
        font-size: 18px;
    }
    .footerMenu li a.phone i {
        font-size: 25px;
        margin-right: 12px;
    }
    #rezCarousel .rezSliderIc h2 {
        font-size: 40px;
        line-height: 45px;
    }
    #rezCarousel .rezSliderIc p {
        font-size: 22px;
    }
    #vegaCarousel .designIt h3 {
        font-size: 45px;
    }
    #vegaCarousel .carousel-caption p {
        font-size: 22px;
    }
    #vegaCarousel .designIt {
        padding: 40px 60px 40px;
        min-height: auto;
    }
    #vegaCarousel .carousel-caption h2 {
        font-size: 45px;
        line-height: 57px;
    }
    .mimari {
        padding: 40px 70px 0px;
        height: calc(100% - 136px);
    }
    .mimari p {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 37px;
    }
    .popupLink:nth-child(1)::after,
    .popupLink:nth-child(2)::after,
    .popupLink:nth-child(3)::after {
        left: 15px;
    }
    .popupLink {
        font-size: 18px;
    }
    #rezCarousel .rezSliderIc {
        padding-bottom: 30px;
    }
    .projeIc .projeIcDetay {
        padding-top: 0;
        padding-right: 0;
        padding-left: 30px;
        padding-bottom: 0;
    }
    .cover h1 {
        top: 30px;
    }
    .konsIcerik h2 {
        font-size: 50px;
    }
    .konsIcerik p {
        font-size: 25px;
    }
    .mimari h2 {
        font-size: 45px;
        margin-bottom: 22px;
        line-height: 57px;
    }
    .cover h1 {
        top: 55px;
    }
    .projeDetayBox .projeLinks a,
    .projeDetayBox h2 {
        font-size: 35px;
    }
    #rezidansCarousel .controls h3 {
        font-size: 50px;
        line-height: 76px;
        margin-bottom: 15px;
    }
    #rezidansCarousel {
        margin-top: 0;
    }
    .infos span,
    .infos a {
        font-size: 22px;
    }
}

@media (max-width: 1367px) {
  .f-slide {display: block !important;}
    .formBox p {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .formItem p {
        font-size: 18px;
    }
    .formItem button {
        margin-bottom: 20px;
    }
    .infos a,
    .infos span {
        font-size: 23px;
    }
    p.otomasyonLink {
        margin-top: 20px;
    }
    #rezidansCarousel .controls h3 span {
        font-size: 28px;
        line-height: 28px;
    }
    #rezidansCarousel .controls h3 {
        font-size: 59px;
        line-height: 61px;
    }
    #rezCarousel .rezSliderIc {
        padding-left: 50px;
    }
    #rezCarousel .controls ol {
        padding-left: 50px;
    }
    #rezCarousel .controls {
        bottom: 10px;
    }
    .cover h1 {
        top: 18px;
    }
    .projeDetayBox {
        padding: 40px;
    }
    .projeDetayBox .projeLinks a,
    .projeDetayBox h2 {
        font-size: 25px;
        line-height: 70px;
    }
    .projeIc .projeIcDetay {
        padding-top: 0;
    }
    .projeIc .projeIcDetay ul:first-of-type {
        margin-right: 20px;
    }
    .projeIc .projeIcDetay ul h4 {
        font-size: 20px;
    }
    .konsIcerik {
        padding: 0 30px;
    }
    .konsIcerik h2 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .konsIcerik p {
        font-size: 22px;
        line-height: 25px;
    }
    .sectionIcSlider #vegaCarousel .carousel-caption {
        padding-left: 65px;
        height: calc(100% - 229px);
    }
    #vegaCarousel .carousel-caption h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .sectionIcSlider #vegaCarousel .designIt {
        padding: 50px 60px;
    }
    #vegaCarousel .carousel-caption p {
        font-size: 25px;
        line-height: 28px;
    }
    .section20 .head {
        padding: 45px;
    }
    .numberContent .item p {
        margin-left: 10px;
    }
    .mini-tick:hover a {
        bottom: 40px;
    }
    .mini-tick {
        padding-top: 60px;
    }
    #vegaCarousel .designIt h3 {
        font-size: 35px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    #vegaCarousel .designIt {
        padding: 50px;
        min-height: auto;
    }
    .popupLink {
        padding: 20px;
    }
    .popupLink:after {
        background: none !important;
    }
    .mimari {
        padding: 0 30px;
        margin-top: 100px;
        height: calc(100% - 100px);
    }
    .mimari h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .mimari p {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 34px;
    }
    .sectionIcSlider #vegaCarousel .controls {
        bottom: 229px;
    }
    .footerMenu li {
        margin-right: 15px;
    }
    #myCarousel.carousel {
        height: auto;
    }
    #myCarousel.carousel .carousel-inner {
        height: auto;
    }
    #vegaCarousel .controls {
        margin-top: -60px;
        margin-left: -60px;
        width: 120px;
        height: 60px;
    }
    #vegaCarousel .controls a {
        line-height: 60px;
    }
    main.page {
        margin-top: -200px;
    }
}

/*// Large devices (desktops, less than 1200px)*/

@media (max-width: 1199.98px) {
  .f-slide {
		display: block !important;
	}
}

/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {
    .popupIcerik {
        padding: 10px;
    }
    .popupIcerik .card h4 {
        font-size: 25px;
    }
    .popupIcerik .card table {
        font-size: 17px;
    }
    #galeri .controls a {
        margin-right: 15px;
        font-size: 18px;
    }
    .mekanFilter {
        margin-bottom: 5px;
    }
    .navbar-nav .nav-link {
        font-size: 18px;
    }
    .navbar-nav .nav-item {
        padding: 0 5px 10px;
    }
    main.page {
        margin-top: -150px;
    }
    #rezCarousel .rezSliderIc h2 {
        font-size: 31px;
        line-height: 37px;
    }
    #rezCarousel .rezSliderIc p {
        font-size: 19px;
    }
    #rezCarousel span {
        right: 10px;
        bottom: 10px;
        font-size: 25px;
    }
    #rezidansCarousel .controls h3 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    #rezidansCarousel .controls h3 span {
        font-size: 25px;
        line-height: 28px;
    }
    #rezidansCarousel {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .projeIc {
        margin: 15px 0;
    }
    .projeIc .projeIcDetay {
        padding: 0 10px 0;
    }
    p.otomasyonLink {
        margin-top: 15px;
    }
    .section10 h2 {
        font-size: 66px;
    }
    .numberContent .item {
        width: 50%;
    }
    #vegaCarousel .carousel-caption {
        padding-top: 15px;
        padding-right: 15px;
    }
    #vegaCarousel .designIt a {
        padding: 14px 30px 11px 83px;
    }
    #vegaCarousel .designIt {
        padding: 38px 15px;
    }
    .popupLink {
        font-size: 17px;
        padding: 13px;
    }
    .mimari {
        padding: 15px;
        margin-top: 70px;
        height: calc(100% - 70px);
    }
    .mimari p {
        margin-bottom: 17px;
        font-size: 25px;
        line-height: 28px;
    }
    .mimari h2 {
        margin-bottom: 15px;
    }
    .section30 {
        padding: 0;
    }
    .section10 {
        padding-bottom: 0;
    }
    .section40 {
        margin-bottom: 60px;
    }

    .footerMenu li {
        margin-right: 15px;
    }
    .sectionIcSlider #vegaCarousel .designIt {
        padding: 15px;
    }
    .sectionIcSlider #vegaCarousel .carousel-caption {
        padding-left: 15px;
        height: calc(100% - 144px);
        padding-right: 55px;
    }
    .sectionIcSlider #vegaCarousel .controls {
        bottom: 144px;
    }
    .sectionIcSlider {
        margin-bottom: 30px;
    }
    .sectionIcSlider .designIt h4 {
        font-size: 38px;
    }
    .formBox {
        padding: 30px 20px 0 20px;
    }
    .formBox h2 {
        font-size: 35px;
    }
    .mapBox h2 {
        padding-top: 30px;
        margin-left: 20px;
        font-size: 35px;
    }
    .infos {
        padding: 0 20px;
    }
    .infos a,
    .infos span {
        font-size: 17px;
    }
    .infos p {
        font-size: 21px;
        margin-bottom: 12px;
    }
    #vegaCarousel .carousel-caption h2 {
        font-size: 40px;
        line-height: 41px;
        margin-bottom: 15px;
    }
    #vegaCarousel .carousel-caption p {
        font-size: 20px;
        line-height: 21px;
    }
    .topForm {
        padding: 10px 20px;
        bottom: 15px;
        top: auto;
        border: 8px solid rgba(255, 255, 255, 0.1);
    }
    .topForm.openForm {
        margin-top: 0;
        width: 70%;
        max-width: inherit;
        top: 155px;
    }


    .topForm label {
        width: 70%;
        float: left;
            margin: 20px 0;
    }
    .topForm textarea {
        width: 100%;
        float: right;
        min-height: 80px;
    }
    .topForm button.submit {
      width: 30%;
float: left;
margin: 18px 0;
    }
    #myCarousel .carousel-indicators {
        left: -20px;
    }
    #myCarousel .carousel-item {
        margin-top: -80px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .btn-slider {
        font-size: 20px;
        padding: 16px 25px;
    }
    .navbar-brand {
        max-width: 110px;
    }
    .language {
        padding: 7px 14px 4px;
        margin-top: -10px;
    }
    .language li a {
        font-size: 18px;
    }
    .mouse {
  		display: none;
  	}

    #myCarousel .carousel-indicators{
      display: none;
    }
    .topForm h3 {
      font-size: 17px;
    }
    .topForm h3 span {
      font-size: 17px;
    }
    .topForm h3 {
        width: 100%;
        float: left;
        text-align: right;
    }
    .topForm input {
        width: 100%;
        float: left;
    }

}

/*// Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    #myCarousel .carousel-item {
        margin-top: -200px;
        width: 50%;
    }
	.navbar-nav .nav-link:hover {
		color: none;
	}

	.f-slide {
		display: block !important;
	}

	#myCarousel .carousel-indicators li:before {
		top: 12px;
	}



	.navbar-nav .nav-link:before {
		display: none;
	}

    .mekanFilter {
        margin-bottom: 5px;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .konsIcerik h2 {
        font-size: 28px;
        line-height: 31px;
    }
    .konsIcerik p {
        font-size: 18px;
        line-height: 23px;
    }
    .sectionIcSlider .designIt span {
        font-size: 20px;
    }
    .sectionIcSlider .designIt h4 {
        font-size: 21px;
    }
    #vegaCarousel .carousel-caption h2 {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 10px;
    }
    #vegaCarousel .carousel-caption p {
        font-size: 18px;
        line-height: 23px;
    }
    .sectionIcSlider #vegaCarousel .carousel-caption {
        padding-left: 25px;
        height: calc(100% - 163px);
    }
    .sectionIcSlider #vegaCarousel .controls {
        bottom: 163px;
    }
    body .navbar {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .navbar-nav .nav-item {
        text-align: center;
        margin-bottom: 15px;
    }
    .language {
        margin: 0;
        text-align: center;
    }
    .language li {
        float: none;
        display: inline-block;
    }
    .section10 h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .section10 h2.ticky1 {
        top: 10px;
        left: 10px;
    }
    .section10 h2.ticky2 {
        top: 10px;
        right: 10px;
    }
    .section10 h2.ticky3 {
        bottom: 10px;
        left: 10px;
    }
    .section10 h2.ticky4 {
        bottom: 10px;
        right: 10px;
    }
    .mini-tick {
        padding-top: 47px;
    }
	.mini-tick p {
		font-size: 24px;
	}
    .mini-tick a {
        padding: 0 60px;
        bottom: 10px;
        font-size: 19px;
    }
    .section20 .head {
        padding: 40px 20px;
    }
    .numberContent .item {
        margin-top: 5px;
    }
    .numberContent .item img {
        display: block;
        margin: 0 auto;
    }
    .numberContent .item p {
        margin-left: 0;
    }
    .numberContent .item p span {
        text-align: center;
    }
    #vegaCarousel .designIt a {
        font-size: 15px;
        padding: 15px 20px 15px 50px;
    }
    #vegaCarousel .designIt a:after {
        width: 19px;
        height: 24px;
        left: 17px;
        background-size: contain;
    }
    #vegaCarousel .designIt h3 {
        font-size: 24px;
        line-height: 28px;
    }
    #vegaCarousel .designIt {
        padding: 20px;
        padding-right: 30px;
    }
    #vegaCarousel .carousel-caption {
        padding-right: 30px;
    }
    .section30 {
        padding: 10px;
    }
    .navbar {
        position: relative;
        background: #011636;
        top: 0;
        padding: 35px 15px;
    }
    .mimari h2 {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 20px;
    }
    .mimari p {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .mimari a {
        width: 100%;
        height: 55px;
        line-height: 55px;
        font-size: 25px;
    }
    .mimari a::after {
        top: 5px;
        left: 18px;
    }
    .popupLink {
        padding: 13px 0px;
        font-size: 16.5px;
    }
    .mimari {
        padding: 20px;
        margin-top: 75px;
        height: calc(100% - 76px);
    }
    .popupIcerik {
        padding: 20px;
    }
    .close {
        font-size: 21px;
        font-weight: 900;
        color: #222;
        position: absolute;
        right: 0px;
        top: -17px;
        z-index: 55;
        font-weight: 300;
        background: #fff;
        padding: 5px;
        opacity: 1;
    }
    #rezCarousel .rezSliderIc h2 {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 25px;
    }
    #rezCarousel .rezSliderIc p {
        font-size: 18px;
    }
    main.page {
        margin-top: -100px;
    }
    .cover h1 {
        font-size: 90px;
        line-height: 95px;
    }
    #rezCarousel span {
        right: 10px;
        bottom: 10px;
        font-size: 20px;
    }
    #rezidans #rezCarousel {
        margin-bottom: 20px;
    }
    .projeDetayBox {
        padding: 20px;
        margin: 20px 0;
    }
    .projeDetayBox .projeLinks a,
    .projeDetayBox h2 {
        font-size: 18px;
        background-size: cover;
        line-height: 40px;
    }
    .projeDetayBox .projeLinks a {
        width: 28%;
    }
    .projeIc {
        margin: 15px 0;
    }
    .projeIc .projeIcDetay {
        padding: 0 0 0 10px;
    }
    .projeIc .projeIcDetay h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .projeIc .projeIcDetay p,
    .projeIc .projeIcDetay a,
    .projeIc .projeIcDetay ul {
        font-size: 14px;
        line-height: 20px;
    }
    .projeIc .projeIcDetay ul h4 {
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .footerMenu li {
        margin-right: 10px;
    }
    .footerMenu li a {
        font-size: 17px;
    }
    .footerMenu li a img {
        display: none;
    }
    .projeIc .images .thumbs {
        bottom: 10px;
        left: 10px;
    }
    p.otomasyonLink {
        margin-top: 15px;
    }
    main.page#contact {
        height: auto;
        margin: 30px;
    }
    body.page.contact {
        height: auto;
    }
    body.page.contact footer {
        position: relative;
    }
    .mapBox img {
        position: initial;
    }
    .section40 {
        margin: 20px 0;
    }
    .sectionIcSlider {
        margin-bottom: 20px;
    }
    .navbar-nav {
        padding-top: 50px;
    }
    body.page.contact .cover {
        max-height: none;
        min-height: 85%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: none;
    }
    .section20 {
        margin: 0 0 20px;
    }
    .topForm {
        right: 15px;
        top: 15px;
        margin-top: 0;
        padding: 10px 20px;
        border: 5px solid rgba(255, 255, 255, 0.1);
        width: 50%;
    }
    .topForm h3 span {
        font-size: 20px;
        display: inline-block;
        line-height: 25px;
        margin-right: 10px;
    }
    .topForm input {
        height: 28px;
        line-height: 28px;

    }
    .section10 {
        padding: 30px 0;
    }
    #rezidansCarousel .controls h3,
    #galeri .controls h3 {
        font-size: 40px;
        line-height: 45px;
    }
    #rezidansCarousel .controls h3 span,
    #galeri .controls h3 span {
        font-size: 20px;
        line-height: 22px;
    }
    #rezidansCarousel {
        margin-bottom: 15px;
    }
    .btn-slider {
        left: 15px;
    }
    .galeriMenu li a {
        font-size: 40px;
    }
    .galeriMenu {
        margin: 20px 0 10px;
    }
    #galeri .carousel {
        margin-top: 20px;
    }
    .folkartLogo img {
        max-width: 50%;
    }
    #rezidansCarousel .controls a {
        margin-right: 15px;
    }
}

/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
    #rezidansCarousel .controls h3 {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 5px;
    }
    #rezidansCarousel .controls a {
        font-size: 20px;
    }
    #vegaCarousel .carousel-caption {
        padding-left: 50px;
    }
    .topForm {

    }

}
@media (max-width: 480px){
    .vegaGaleri .carousel-item{
        display: block !important;
    }
    .sectionIcSlider #vegaCarousel .controls, .section30 #vegaCarousel .controls{
        display: none !important;
    }
    .carousel-item {display: none !important;}
    .carousel-indicators{
        display: none !important;
    }
    #myCarousel.carousel{
        /* height: 425px !important; */
        margin-bottom: 10px;
    }
    #myCarousel.carousel .carousel-inner {
        height: 100%;
    }
    .f-slide {
        height: 50%;
    }
    .topForm {
        width: auto !important;
        position: initial;
        margin: 5px 15px !important;
    }
    .carousel-inner{
        overflow: visible;
    }
    #myCarousel .carousel-item {
        display: none;
    }
    .video{
        display: none !important;
    }
    .btn-slider {
        padding: 10px 15px;
        font-size: 18px;
        margin-top: 10px;
        left: 50% !important;
        width: 190px;
        text-align: center;
        margin-left: -95px;
        top: 255px;
    }
    .mobile-slide-h1 {
        font-size: 34px;
        font-family: 'DIN Pro Cond';
        color: #df952c;
        display: block;
        text-align: center;
        position: relative;
        top: 5px;
        font-weight: bold;
    }
    .section30 .control{
        display: none !important;
    }
}
/*Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
    .mouse {
        display: none;
    }
    .footerMenu li a.phone i {
        font-size: 20px;
        margin-right: 0px;
    }
    .galeriMenu li.divider {
        margin: 10px auto;
    }
    .projeIc .projeIcDetay {
        padding: 0;
        margin-top: 70px;
    }
    footer {
        text-align: center;
    }
    .footerMenu {
        float: none;
        margin: 0 auto 20px;
        width: 100%;
    }
    .footerMenu li {
        float: none;
        display: inline-block;
    }
    .footerMenu.social {
        margin-left: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    .popupLinks {
        margin-left: 0;
        margin-top: 20px;
    }
    .popupLink {
        width: 33.33%;
    }
    .popupIcerik {
        top: 70px;
    }
    .folkartLogo {
        float: none;
        text-align: center;
        margin-right: auto;
        width: 100%;
    }
    .mimari {
        margin-top: 0;
        height: 100%;
    }
    .numberContent .item img {
        margin-top: 0;
    }
    .section20 {
        margin: 20px 0;
    }
    .section10 {
        padding: 20px;
    }
    .section10 .container-fluid {
        padding: 0;
    }
    .topForm {
        right: 15px;
        width: 50%;
        margin: 0;
        max-width: inherit;
        z-index: 5555;
    }
    .topForm.openForm {
    left: 0;
    position: fixed;
    height: 100vh;
}
    .openForm.carousel-inner {
        padding-bottom: 355px;
    }
    .carousel-caption {}
    .carousel-caption h1 {
        font-size: 28px;
        line-height: 31px;
    }
    .carousel-caption p {
        font-weight: 500;
        font-size: 23px;
        line-height: 25px;
    }
    .topForm h3 span, .topForm h3  {
        font-size: 17px;
    }
    .topForm textarea {
        min-height: 60px;
    }
    .topForm button.submit {
        width: 70px;
    }
    .btn-slider {
        padding: 10px 15px;
        font-size: 18px;
        margin-top: 49px;
    }
    #myCarousel .carousel-indicators li {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 8px;
    }
    #myCarousel .carousel-indicators {
        display: none;
    }
    #myCarousel .carousel-item {
        margin-top: -135px;
    }
    #vegaCarousel .designIt {
        position: initial;
    }
    #vegaCarousel .controls {
        bottom: 163px;
        top: auto;
        left: 0;
        margin-left: 0;
    }
    #vegaCarousel .controls a {
        font-size: 25px;
    }
    .sectionIcSlider #vegaCarousel .carousel-caption {
        height: auto;
        padding: 20px;
    }
    .sectionIcSlider #vegaCarousel .controls {
        margin-top: 5px;
        top: 0;
        right: 0;
        left: auto;
    }
    .konsIcerik {
        padding-top: 40px;
    }
    .cover h1 {
        font-size: 65px;
        line-height: 57px;
    }
    #rezidansCarousel .controls {
        left: 50%;
        width: 50%;
        height: 25%;
    }
    .infos p {
        margin: 15px 0 5px;
    }
    .sectionIcSlider #vegaCarousel .designIt {
        padding-left: 20px;
        padding-top: 30px;
    }
}

/*// Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {}

/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    .section10 h2 {
        left: 10px !important;
        top: 10px !important;
        bottom: initial;
        right: initial;
    }
    #myCarousel .carousel-indicators li:before {
        right: -30px;
    }
    #myCarousel .carousel-indicators li.active:before {
        width: 20px;
    }
    .popupIcerik.open {
        height: auto;
        position: relative;
        top: 50px;
    }
    .popupIcerik {
        padding-top: 70px;
    }
    .close {
        top: 5px;
        right: 5px;
        background: #ccc;
        padding: 7px 8px 5px;
    }
    #vegaCarousel .carousel-caption {
        padding-bottom: 80px;
        padding-left: 30px;
        padding-top: 30px;
    }
    .popupIcerik .card h4 {
        font-size: 24px;
    }
    .popupIcerik .card table {
        font-size: 17px;
    }
    .projeDetayBox h2 {
        width: 100%;
        text-align: center;
    }
    .projeDetayBox .projeLinks {
        width: 100%;
        float: none;
    }
    main.page {
        margin-top: 20px;
    }
    .cover h1 {
        font-size: 34px;
        line-height: 36px;
        top: 40px;
    }
    .cover h1 span {
        font-size: 25px;
        line-height: 35px;
    }
    #rezCarousel .controls {
        left: 0;
        width: 100%;
    }
    #rezCarousel .rezSliderIc {
        padding-bottom: 50px;
    }
    .numberContent .item {
        width: 50%;
    }
    .numberContent .item p {
        margin-left: 10px;
    }
    .section20 .head {
        padding-left: 50px;
    }
    .numberContent {
        padding: 20px 0;
    }
    .carousel-caption h1 {
        font-size: 21px;
        line-height: 29px;
    }
    .mapBox h2 {
        font-size: 23px;
        line-height: 26px;
        margin-bottom: 20px;
        padding-top: 20px;
        margin-left: 20px;
    }
    .infos p {
        margin-bottom: 5px;
    }
    .infos a,
    .infos span {
        margin-bottom: 20px;
        display: block;
    }
    .formBox {
        padding: 25px 20px;
    }
    .formBox h2 {
        font-size: 23px;
        line-height: 26px;
    }
    .formBox p {
        font-size: 18px;
    }
    .projeDetayBox .projeLinks a {
        padding: 10px;
        line-height: 24px;
    }
    main.page#contact {
        height: auto;
        margin: 30px 0;
    }
    .navbar-brand {
        max-width: 130px;
        padding: 0;
    }
    .infos {
        padding: 0 20px;
    }
    #rezidansCarousel .controls,
    #galeri .carousel .controls {
        top: 0;
        height: auto;
        padding: 20px;
        width: 100%;
        left: 0;
    }
    .vegaGaleri #rezidansCarousel .carousel-inner {
        padding-top: 160px;
    }
    #galeri .carousel .carousel-inner {
        padding-top: 160px;
    }
    #myCarousel .carousel-item {
        margin-top: -90px;
    }
}

/* MOBILE MENU */

.navbar-toggler {
    padding: 0;
    border: none;
}

.menu-button a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 40px;
    text-align: center;
    position: relative;
    display: block;
}

.menu-button a span {
    display: block;
    position: absolute;
    height: 2px;
    width: 65%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 25%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-button a span:nth-child(1) {
    top: 16px;
}

.menu-button a span:nth-child(2),
.menu-button a span:nth-child(3) {
    top: 25px;
}

.menu-button a span:nth-child(4) {
    top: 34px;
}

.menu-button a.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu-button a.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-button a.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-button a.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.breadcrump{
    font-family: 'DIN Pro Cond';
    font-size: 16px;
    color: #dadada;
}
.breadcrump a:hover, .breadcrump a:focus{
    color: #dadada;
}
.breadcrump-div{
    position: absolute;
    top: 235px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    color: #dadada;
}

#saglik p{
    font-size:22px;
}

/* invalid input */
		.bvalidator_invalid {
			background-color: #FFFFAE;
		}

		/* error message */
		.bvalidator_errmsg {
			font-size: 11px;
			color: #FFF;
			display: none;
			white-space: nowrap;
			-moz-opacity: .90;
			filter: alpha(opacity=90);
			opacity: .90;
			max-width: 250px;
			padding: 4px 6px;
			color: #ffffff;
			text-align: center;
			text-decoration: none;
			background-color: #D84830;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			line-height: 16px;
			left: 0 !important;
		}

		/* arrow */
		.bvalidator_errmsg em {
			display: block;
			position: absolute;
			left: 5px;
			bottom: -4px;
			width: 0;   height: 0;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
			border-top: 5px solid #D84830;
		}

.sales-office {
  text-align: center;
}

.sales-office p {
  text-align: center;
  width: 100%;
}
